/* ============================================
   メインビジュアル（Hero Section）
============================================ */
.nws-hero-section {
  position: relative;
  height: 320px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), 
                    url(../img/top/mv/main_02.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.nws-hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, 
    rgba(190, 236, 191, 0.467) 50%);
  z-index: 1;
}

.nws-hero-list {
  width: 100%;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nws-hero-item {
  width: 100%;
  height: 100%;
  position: relative;
}

.nws-hero-contents {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.nws-hero-copy-container {
  text-align: center;
}

.nws-hero-copy-main {
  margin: 0;
  font-size: 3.5rem;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  letter-spacing: 0.15em;
  font-family: 'Arial', sans-serif;
}

.nws-hero-copy-inner {
  display: inline-block;
  text-transform: uppercase;
}

/* ============================================
   NEWSセクション
============================================ */
.nws-articles-section {
  padding: 50px 0 140px;
  background-color: #faf8f5;
  min-height: auto;
}

.nws-outer {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  margin-right:10rem;
}

.nws-inner {
  width: 100%;
}

.nws-two-column {
  display: flex;
  gap: 22%;
  align-items: flex-start;
}

.nws-two-column-left {
  position: static;
}

.nws-two-column-right {
  flex: 1;
}

/* 見出しスタイルを理想デザインに合わせて変更 */
.nws-heading-level-2 {
  margin: 0;
  position: relative;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.nws-heading-level-2-inner {
  display: block;
  position: relative;
}

.nws-heading-level-2-bg {
  display: none; /* オレンジの縦線を非表示 */
}

.nws-heading-level-2-en {
  display: block;
  font-size: 40px;
  font-weight: 300; /* 細字に変更 */
  color: #333;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}

/* "N"だけゴールドカラーに */
.nws-heading-level-2-en::first-letter {
  color: #d4af37;
}

.nws-heading-level-2-jp {
  display: block;
  font-size: 20px;
  color: #333;
  font-weight: 300;
  margin-bottom: 60px;
}

/* 記事リスト */
.nws-articles-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nws-article-item {
  margin-bottom: 40px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 30px;
  transition: none; /* ホバーエフェクトを削除 */
}

.nws-article-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.nws-article-item:hover {
  transform: none;
  box-shadow: none;
  padding: 0 0 30px 0;
  margin: 0 0 40px 0;
  border-radius: 0;
  background-color: transparent;
}

.nws-article-item:last-child:hover {
  padding-bottom: 0;
  margin-bottom: 0;
}

.nws-article-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.nws-article-contents {
  width: 100%;
}

.nws-article-header {
  margin-bottom: 15px;
}

.nws-article-head {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.nws-article-date {
  font-size: 14px;
  color: #333;
  margin: 0;
  font-family: inherit; /* monospaceを解除 */
  font-weight: 300;
}

.nws-article-category-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
}

.nws-article-category-item {
  background-color: #333;
  color: #ffffff;
  padding: 4px 12px;
  border-radius: 0; /* 角丸を削除 */
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}

.nws-article-body {
  margin-top: 15px;
}

.nws-article-title {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin: 0;
  font-weight: 300;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* ボタンコンテナを左カラムに配置 */
.nws-articles-button-container {
  margin-top: 40px;
  text-align: left;
}

.nws-button {
  display: inline-block;
  position: relative;
}

.nws-button.--color-01 {
  background-color: transparent;
  border: 2px solid #333;
  border-radius: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: none;
}

.nws-button.--color-01:hover {
  background-color: #333;
  transform: none;
  box-shadow: none;
}

.nws-button-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 15px 60px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
  transition: color 0.3s ease;
}

.nws-button.--color-01:hover .nws-button-link {
  color: #ffffff;
}

.nws-button-label {
  letter-spacing: 0.1em;
}

.nws-button-icon {
  width: 20px;
  height: 20px;
  position: relative;
}

/* 矢印アイコンを理想デザインに合わせて修正 */
.nws-button-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 2px;
  background-color: #333;
  transition: background-color 0.3s ease;
}

.nws-button-icon::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 2px;
  background-color: #333;
  transition: background-color 0.3s ease;
}

.nws-button.--color-01:hover .nws-button-icon::after,
.nws-button.--color-01:hover .nws-button-icon::before {
  background-color: #ffffff;
}

/* ページネーション（既存スタイルを継承） */
.nws-pagination {
  margin-top: 60px;
  text-align: center;
}

.nws-pagination a,
.nws-pagination .current,
.nws-pagination .dots {
  display: inline-block;
  padding: 10px 16px;
  margin: 0 6px;
  text-decoration: none;
  color: #666;
  border: 1px solid #ddd;
  border-radius: 6px;
  transition: all 0.3s ease;
  font-weight: 500;
}

.nws-pagination a:hover,
.nws-pagination .current {
  background-color: #333;
  color: #ffffff;
  border-color: #333;
  transform: translateY(-1px);
}

.nws-pagination .dots {
  border: none;
  background: none;
}

/* レスポンシブデザイン */
@media (max-width: 768px) {
  .nws-outer {
    margin-right: 0rem;
  }

  .nws-two-column {
    align-items: center;
  }

  .nws-articles-section {
    padding: 50px 0 80px;
  }
  
  .nws-outer {
    padding: 0 20px;
  }
  
  .nws-two-column {
    flex-direction: column;
    gap: 40px;
  }
  
  .nws-two-column-left {
    flex: none;
    position: static;
  }
  
  .nws-heading-level-2-inner {
    padding-left: 0;
  }
  
  .nws-heading-level-2-en {
    font-size: 32px;
  }
  
  .nws-heading-level-2-jp {
    font-size: 16px;
    margin-bottom: 40px;
  }
  
  .nws-article-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  
  .nws-article-title {
    font-size: 14px;
    line-height: 1.6;
  }
  
  .nws-articles-button-container {
    margin-top: 30px;
  }
  
  .nws-button-link {
    padding: 12px 40px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .nws-outer {
    padding: 0 16px;
  }
  
  .nws-heading-level-2-en {
    font-size: 24px;
  }
  
  .nws-article-item {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  
  .nws-article-item:hover {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  
  .nws-article-item:last-child:hover {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  
  .nws-button-link {
    padding: 10px 30px;
    font-size: 12px;
  }
  
  .nws-two-column {
    gap: 30px;
  }
}